Auto merge of #1776 - alexcrichton:no-entry-found-for-key-again, r=brson
authorbors <bors@rust-lang.org>
Tue, 7 Jul 2015 01:36:44 +0000 (01:36 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Jul 2015 01:36:44 +0000 (01:36 +0000)
commit8cb1053a1fe5dea2f0249bb5e1def15d6adfa6a3
tree5fd77d513809d991960528de786ac958f3e54892
parent90422d6a5d491976a2d7dc0f5c134a7fb7ed2569
parent8ee373ad4aaa505310843918ed5a03f9587e41e5
Auto merge of #1776 - alexcrichton:no-entry-found-for-key-again, r=brson

Previously a Target was not considered to be in the key of the map to build
script dependencies, but this meant that information like whether it was a
dev-dependency was lost. As a result libraries would depend on the build scripts
of their dev-dependencies, causing an internal error when the build script
hadn't finished yet when the library was being built.

Closes #1751
tests/test_cargo_test.rs